To Get the All Embellishments Details call this api
Define these parameters in the Http Request Header:
Content-Type : application/json
Authorization : bearer:AccessToken
[
{
"EmbellishmentName": "sample string 1",
"LiteItemDisplayName": "sample string 2",
"LiteItemCode": "sample string 3",
"LiteItemDisplayTypeID": 64,
"LiteItemDisplayTypeName": "sample string 5",
"LiteItemDefaultValue": "sample string 6",
"LiteItemRequired": true,
"LiteItemPrice": 8.1,
"LiteItemSortOrder": 9,
"EmbellishmentPicture": {
"SetupFee": 1.1,
"LogoFee": 2.1
},
"DropDownProperties": [
{
"OptionValue": "sample string 1",
"OptionDisplayText": "sample string 2",
"ImagePath": "sample string 3",
"Price": 4.1,
"SortOrder": 5
},
{
"OptionValue": "sample string 1",
"OptionDisplayText": "sample string 2",
"ImagePath": "sample string 3",
"Price": 4.1,
"SortOrder": 5
}
],
"DiscountProperties": [
{
"MinQty": 1,
"MaxQty": 2,
"DiscountTypeID": 64,
"DiscountTypeName": "sample string 4",
"Value": 5.1
},
{
"MinQty": 1,
"MaxQty": 2,
"DiscountTypeID": 64,
"DiscountTypeName": "sample string 4",
"Value": 5.1
}
]
},
{
"EmbellishmentName": "sample string 1",
"LiteItemDisplayName": "sample string 2",
"LiteItemCode": "sample string 3",
"LiteItemDisplayTypeID": 64,
"LiteItemDisplayTypeName": "sample string 5",
"LiteItemDefaultValue": "sample string 6",
"LiteItemRequired": true,
"LiteItemPrice": 8.1,
"LiteItemSortOrder": 9,
"EmbellishmentPicture": {
"SetupFee": 1.1,
"LogoFee": 2.1
},
"DropDownProperties": [
{
"OptionValue": "sample string 1",
"OptionDisplayText": "sample string 2",
"ImagePath": "sample string 3",
"Price": 4.1,
"SortOrder": 5
},
{
"OptionValue": "sample string 1",
"OptionDisplayText": "sample string 2",
"ImagePath": "sample string 3",
"Price": 4.1,
"SortOrder": 5
}
],
"DiscountProperties": [
{
"MinQty": 1,
"MaxQty": 2,
"DiscountTypeID": 64,
"DiscountTypeName": "sample string 4",
"Value": 5.1
},
{
"MinQty": 1,
"MaxQty": 2,
"DiscountTypeID": 64,
"DiscountTypeName": "sample string 4",
"Value": 5.1
}
]
}
]